Skip to content

feat: leaderfollower#279

Draft
gnmsa wants to merge 1 commit intomainfrom
feature/leaderfollower
Draft

feat: leaderfollower#279
gnmsa wants to merge 1 commit intomainfrom
feature/leaderfollower

Conversation

@gnmsa
Copy link
Copy Markdown

@gnmsa gnmsa commented Apr 14, 2026

Description

Adds a generic leader/follower coordination framework for distributed keel services running in Kubernetes
The threephase sub-package provides a batteries-included three-phase commit protocol

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • 📝 Documentation
  • ♻️ Refactoring
  • ⚡ Performance
  • ✅ Tests
  • 🔧 Build/CI

Related Issue

Changes

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.

Notes


func (w *trackedWriter) Write(b []byte) (int, error) {
w.written = true
return w.ResponseWriter.Write(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants